home *** CD-ROM | disk | FTP | other *** search
/ PC Team 23 / HS_Tuning.iso / Optimisation / JV16 Powertools 1.6 / Setup.exe / {app} / Documentation / Example Scripts / 2. Hello worlds / Hello World v1.jvb next >
Encoding:
Text File  |  2003-04-21  |  117 b   |  5 lines

  1. Console;
  2. PrintMessage Hello World!;
  3. PrintMessage (this window will close after 5 seconds);
  4. Sleep 5000;
  5. Terminate;